home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / contrib / jonkrom / Makefile < prev    next >
Encoding:
Makefile  |  1995-05-30  |  305 b   |  16 lines  |  [TEXT/MPS ]

  1. LIB=/dev/null    # override for installation
  2. SHELL=/bin/sh
  3. all: noxref.krom
  4.     chmod +x noxref.krom
  5.  
  6. install:
  7.     cp noxref.krom $(LIB)
  8.  
  9. source: noxref.krom
  10.  
  11. noxref.krom: noxref.nw
  12.     notangle -Rnoxref noxref.nw > noxref.krom
  13.  
  14. clean:
  15.     /bin/rm -f *.tex *.dvi *.ilg *.idx *.aux *.log *.blg *.bbl *~ *.ind noxref.krom
  16.